home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronics Boutique Catalog 1996 Spring
/
1996 Electronics Boutique Spring CD-ROM (USA).bin
/
eb
/
demos
/
spycraft.dir
/
00005.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-12-11
|
400 b
|
25 lines
global gMovieSprite
on enterFrame
if rollOver(3) then
go("more button1")
exit
else
if rollOver(4) then
go("more button2")
exit
else
if rollOver(5) then
go("more button3")
exit
else
if rollOver(gMovieSprite + 1) then
go("more return")
exit
end if
end if
end if
end if
go("more screen")
end